$bool = Time.IsValid
("<time>")
Determines whether the value of a variable can be converted into time format.
Parameters
<time> Any valid time expression in hh:mm:ss format.
Return Value
Returns 1 if valid, else returns 0.
Example
$stime = "62:23:72"
$ret = time.IsValid($stime)